projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ac18fb
)
(other-frame): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 18 Mar 1998 20:04:56 +0000
(20:04 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 18 Mar 1998 20:04:56 +0000
(20:04 +0000)
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 82b42b0669122a3f621832ef83cc821fabde77a5..ba9d089eaac5438ecde4cf5f8165a18e38c01c47 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-524,7
+524,7
@@
A negative ARG moves in the opposite order."
;; Ensure, if possible, that frame gets input focus.
(if (eq window-system 'w32)
(w32-focus-frame frame)
- (
unless
focus-follows-mouse
+ (
when
focus-follows-mouse
(set-mouse-position (selected-frame) (1- (frame-width)) 0)))))
(defun make-frame-names-alist ()